From: Karl Heuer Date: Sat, 23 Apr 1994 02:15:05 +0000 (+0000) Subject: Delete misplaced comment. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~92026 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7c4b8f8c810438472e666685b8e3c066087e3802;p=emacs.git Delete misplaced comment. --- diff --git a/lisp/files.el b/lisp/files.el index 518515a7b79..1bba1ef7dae 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -316,8 +316,7 @@ This is an interface to the function `load'." (interactive "sLoad library: ") (load library)) -;; OTHER is the other file to be compared. -(defun file-local-copy (file) +(defun file-local-copy (file &optional buffer) "Copy the file FILE into a temporary file on this machine. Returns the name of the local copy, or nil, if FILE is directly accessible."